[INFO] cloning repository https://github.com/leoyvens/diesel-numeric-bug
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leoyvens/diesel-numeric-bug" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleoyvens%2Fdiesel-numeric-bug", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleoyvens%2Fdiesel-numeric-bug'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0a005ca365f3cd2594ab428c6a19d19d799c1d17
[INFO] fixing leoyvens/diesel-numeric-bug against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleoyvens%2Fdiesel-numeric-bug" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/leoyvens/diesel-numeric-bug
[INFO] finished tweaking git repo https://github.com/leoyvens/diesel-numeric-bug
[INFO] tweaked toml for git repo https://github.com/leoyvens/diesel-numeric-bug written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/leoyvens/diesel-numeric-bug on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/leoyvens/diesel-numeric-bug already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e7ce6adf9a9b74de2139ac87584a754c9df827d562fe938b4ae896ece4108c86
[INFO] running `Command { std: "docker" "start" "e7ce6adf9a9b74de2139ac87584a754c9df827d562fe938b4ae896ece4108c86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e7ce6adf9a9b74de2139ac87584a754c9df827d562fe938b4ae896ece4108c86" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7ce6adf9a9b74de2139ac87584a754c9df827d562fe938b4ae896ece4108c86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e7ce6adf9a9b74de2139ac87584a754c9df827d562fe938b4ae896ece4108c86" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   diesel v2.0.0 (https://github.com/diesel-rs/diesel?rev=968e7f79c#968e7f79) (as host dependency) removed features: 32-column-tables, bigdecimal, bitflags, default, num-bigint, num-integer, num-traits, numeric, postgres, pq-sys, with-deprecated
[INFO] [stderr] 
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.12
[INFO] [stderr]    Compiling pq-sys v0.4.6
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling syn v1.0.18
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling quote v1.0.4
[INFO] [stderr]     Checking bigdecimal v0.1.0
[INFO] [stderr]    Compiling diesel_derives v2.0.0 (https://github.com/diesel-rs/diesel?rev=968e7f79c#968e7f79)
[INFO] [stderr]    Compiling diesel v2.0.0 (https://github.com/diesel-rs/diesel?rev=968e7f79c#968e7f79)
[INFO] [stderr]     Checking migrations_internals v1.4.1 (https://github.com/diesel-rs/diesel?rev=968e7f79c#968e7f79)
[INFO] [stderr]    Compiling migrations_macros v1.4.2 (https://github.com/diesel-rs/diesel?rev=968e7f79c#968e7f79)
[INFO] [stderr]     Checking diesel_migrations v1.4.0 (https://github.com/diesel-rs/diesel?rev=968e7f79c#968e7f79)
[INFO] [stderr]     Checking diesel-numeric-bug v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.50s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: migrations_internals v1.4.1 (https://github.com/diesel-rs/diesel?rev=968e7f79c#968e7f79)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: diesel-numeric-bug v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling diesel v2.0.0 (https://github.com/diesel-rs/diesel?rev=968e7f79c#968e7f79)
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:39:48
[INFO] [stdout]     |
[INFO] [stdout]  39 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:77:48
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:98:48
[INFO] [stdout]     |
[INFO] [stdout]  98 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:117:48
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:138:48
[INFO] [stdout]     |
[INFO] [stdout] 138 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:157:48
[INFO] [stdout]     |
[INFO] [stdout] 157 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:179:48
[INFO] [stdout]     |
[INFO] [stdout] 179 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:207:48
[INFO] [stdout]     |
[INFO] [stdout] 207 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:250:48
[INFO] [stdout]     |
[INFO] [stdout] 250 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:280:48
[INFO] [stdout]     |
[INFO] [stdout] 280 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:300:48
[INFO] [stdout]     |
[INFO] [stdout] 300 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:315:48
[INFO] [stdout]     |
[INFO] [stdout] 315 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:338:48
[INFO] [stdout]     |
[INFO] [stdout] 338 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:39:48
[INFO] [stdout]     |
[INFO] [stdout]  39 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:77:48
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:98:48
[INFO] [stdout]     |
[INFO] [stdout]  98 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:117:48
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:138:48
[INFO] [stdout]     |
[INFO] [stdout] 138 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:157:48
[INFO] [stdout]     |
[INFO] [stdout] 157 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:179:48
[INFO] [stdout]     |
[INFO] [stdout] 179 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:207:48
[INFO] [stdout]     |
[INFO] [stdout] 207 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:250:48
[INFO] [stdout]     |
[INFO] [stdout] 250 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:280:48
[INFO] [stdout]     |
[INFO] [stdout] 280 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:300:48
[INFO] [stdout]     |
[INFO] [stdout] 300 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:315:48
[INFO] [stdout]     |
[INFO] [stdout] 315 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pg` in `diesel`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/sql_types/mod.rs:338:48
[INFO] [stdout]     |
[INFO] [stdout] 338 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stdout]     |                                                ^^^^^^^ could not find `pg` in `diesel`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/diesel-a2d4519740bc8905/968e7f7/diesel/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature = "postgres")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `postgres` feature
[INFO] [stdout] 172 | pub mod pg;
[INFO] [stdout]     |         ^^
[INFO] [stdout]     = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `diesel` (lib) due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "e7ce6adf9a9b74de2139ac87584a754c9df827d562fe938b4ae896ece4108c86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7ce6adf9a9b74de2139ac87584a754c9df827d562fe938b4ae896ece4108c86", kill_on_drop: false }`
[INFO] [stdout] e7ce6adf9a9b74de2139ac87584a754c9df827d562fe938b4ae896ece4108c86
